PlStudentSearchAgentSchedule 
Logical Entity Name  PlStudentSearchAgentSchedule 
Default Table Name  PlStudentSearchAgentSchedule 
Physical Only  NO 
Definition 
 
Note 
 

PlStudentSearchAgentSchedule Columns 
ColumnName  Domain  Datatype  NULL  Definition 
PlStudentSearchAgentScheduleID(PK)    int  NO 
 
PlStudentSearchAgentID(FK)    int  NO 
 
Status    char(1)  NO 
 
DateCompleted    datetime  YES 
 
Comments    text  YES 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

PlStudentSearchAgentSchedule Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_PlStudentSearchAgentSchedule_PlStudentSearchAgentScheduleID  PrimaryKey  PlStudentSearchAgentScheduleID 

PlStudentSearchAgentSchedule Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
PlStudentSearchAgent  Non-Identifying  One To Zero or More  FK_PlStudentSearchAgentSchedule.PlStudentSearchAgentScheduleID_PlStudentSearchAgent.PlStudentSearchAgentID      PlStudentSearchAgentID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_PlStudentSearchAgentSchedule.UserID_SyStaff.SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
PlStudentSearchAgentJob  Non-Identifying  One To Zero or More  FK_PlStudentSearchAgentJob.PlStudentSearchAgentScheduleID_PlStudentSearchAgentSchedule.PlStudentSearchAgentScheduleID        NO  YES 

PlStudentSearchAgentSchedule Check Constraints 
Check Constraint Name  CheckConstraint